SignalConcurrentQueue<T> Class Events
For a list of all members of this type, see SignalConcurrentQueue<T> members.
Public Events
Name | Description | |
---|---|---|
![]() | Enqueued | Event that occurs whenever the user enqueues and item. |
![]() | TriedDequeue | Event that occurs whenever the user attempts to dequeue an item, regardless if it happened successfully or not. |
See Also